home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000265_news@columbia.edu_Tue Jan 24 00:28:47 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA00312
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 23 Jan 1995 19:28:58 -0500
  3. Received: by apakabar.cc.columbia.edu id AA02246
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 23 Jan 1995 19:28:56 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc,comp.protocols.kermit.announce
  8. Subject: MS-DOS Kermit 3.14 patches
  9. Date: 24 Jan 1995 00:28:47 GMT
  10. Organization: Columbia University
  11. Lines: 54
  12. Approved: fdc@columbia.edu
  13. Message-Id: <3g1hjv$261@apakabar.cc.columbia.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Cc: 
  16. Xref: news.columbia.edu comp.protocols.kermit.misc:1705 comp.protocols.kermit.announce:8
  17.  
  18.  
  19. John W. Manly <JWMANLY@amherst.edu> wrote...
  20.   
  21.   I just noticed what appears to be some nasty behavior in Kermit.  (I've
  22.   tried this on both Kermit 3.13 and the Jan 12th 3.14).  I have some code
  23.   in a LOGIN.COM to try to set the label of the window and icon in a
  24.   DECwindows session using <OSC> and <ST> operations, and it appears that
  25.   Kermit is choking on these sequences rather than ignoring them.
  26. >
  27.   For example, if I send the either of the sequences, <OSC>21;FOOBAR<ST>
  28.   or <OSC>2L;FOOBAR<ST> to the Kermit emulator, it freezes up and requires
  29.   an ALT-= to reset it.  These sequences are used by DECwindows for
  30.   changeing the label of a window or icon (I forget which is which), and
  31.   while I wouldn't expect Kermit to do anything upon reception, I wouldn't
  32.   expect it to lock up either.
  33.  
  34. And mrichmon@paz.gsfc.nasa.gov (Michael Richmond) wrote:
  35.   
  36.   I discovered a possible bug in MS-DOS Kermit version 3.14 dated 12 Jan
  37.   1995.  Kermit will find the initialization file when it is started with
  38.   the command:
  39.   
  40.   kermit -f c:\not_my_default_directory\mskermit.ini
  41.   
  42.   But it will not find the initialization file when it is started with the
  43.   command:
  44.   
  45.   kermit -f \not_my_default_directory\mskermit.ini
  46.   
  47.   That is, the drive letter must be supplied on the command line when the
  48.   initialization file is not in the default directory.  This restriction
  49.   does not exist in version 3.14/Beta-14 dated 20 Nov 1994.
  50.  
  51. These are both bugs.
  52.  
  53. They are fixed by patches.  The patch files are available via anonymous
  54. ftp from kermit.columbia.edu in directory kermit/a.  Transfer them in
  55. text mode:
  56.  
  57.   For KERMIT.EXE:  msr314.pch
  58.   For KERMITE.EXE: msrm314.pch
  59.   For KERLITE.EXE: msrl314.pch
  60.  
  61. Put them in your top-level KERMIT directory and, if you are using the
  62. standard MSKERMIT.INI file, they will be applied automatically.  If you
  63. are not using the standard MSKERMIT.INI file, then put a PATCH command
  64. at the top of your startup file.  You can tell that they have taken effect
  65. when Kermit's version herald reports:
  66.  
  67.   IBM-PC MS-DOS Kermit 3.14 18 Jan 1995 patch level 3
  68.  
  69. Thanks to Joe Doupnik for the quick fixes!
  70.  
  71. - Frank